Uses of Class
de.cebis.moccabox.repository.elements.CommandBean

Packages that use CommandBean
de.cebis.moccabox.application.standard   
de.cebis.moccabox.io.command   
de.cebis.moccabox.repository.elements.standard   
 

Uses of CommandBean in de.cebis.moccabox.application.standard
 

Methods in de.cebis.moccabox.application.standard with parameters of type CommandBean
 void StandardTaskCommandBuilder.addTaskCommand(CommandBean command)
           
 

Uses of CommandBean in de.cebis.moccabox.io.command
 

Methods in de.cebis.moccabox.io.command with parameters of type CommandBean
 void TaskCommandBuilder.addTaskCommand(CommandBean command)
          Fügt ein CommandBean hinzu, das als Grundlage für die zurückgelieferten TaskCommand Objekte zur Laufzeit interpretiert wird.
 

Uses of CommandBean in de.cebis.moccabox.repository.elements.standard
 

Methods in de.cebis.moccabox.repository.elements.standard that return types with arguments of type CommandBean
 java.util.Vector<CommandBean> StandardBusinessTaskContextBean.getHierarchyCommandBeans()
          Zurückliefern der Spezifikationen der Hierarchiereferenzen, in der sich der Kontext befindet.
 java.util.Vector<CommandBean> StandardBusinessTaskContextBean.getPerspectiveCommandBeans()
          Zurückliefern der Spezifikationen der Perspektiven.
 

Methods in de.cebis.moccabox.repository.elements.standard with parameters of type CommandBean
 void StandardBusinessTaskContextBean.addHierarchyCommandBean(CommandBean hierarchyCommand)
          Hinzufügen der Spezifikation der Hierarchiereferenz.
 void StandardBusinessTaskContextBean.addPerspectiveCommandBean(CommandBean perspectiveCommand)
          Hinzufügen der Spezifikation einer Perspektive.
 

Method parameters in de.cebis.moccabox.repository.elements.standard with type arguments of type CommandBean
 void StandardBusinessTaskContextBean.setHierarchyCommandBeans(java.util.Vector<CommandBean> hierarchyCommands)
          Setzen der Spezifikationen der Hierarchiereferenzen.
 void StandardBusinessTaskContextBean.setPerspectiveCommandBeans(java.util.Vector<CommandBean> perspectiveCommands)
          Setzen der Spezifikationen der Perspektiven.